ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetIrGrid Class / Chart3DDataSetIrGrid Constructor / Chart3DDataSetIrGrid Constructor(Double[],Double[],Double[,])
Array of x-values.
Array of y-values
Two-dimensional array of z-values.

In This Topic
    Chart3DDataSetIrGrid Constructor(Double[],Double[],Double[,])
    In This Topic
    Initializes a new instance of the Chart3DDataSetIrGrid class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal xvalues() As System.Double, _
       ByVal yvalues() As System.Double, _
       ByVal zvalues(,) As System.Double _
    )
    public Chart3DDataSetIrGrid( 
       System.double[] xvalues,
       System.double[] yvalues,
       System.double[,] zvalues
    )

    Parameters

    xvalues
    Array of x-values.
    yvalues
    Array of y-values
    zvalues
    Two-dimensional array of z-values.
    See Also